home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9279 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  981 b 

  1. Path: news.voicenet.com!news
  2. From: kobak@voicenet.com (Peter Kobak)
  3. Newsgroups: comp.lang.c++
  4. Subject: What is "void CAClass::CBClass::functionname()" ????
  5. Date: 29 Feb 1996 18:07:43 GMT
  6. Organization: Voicenet - Internet Access - (215)674-9290
  7. Message-ID: <4h4q1f$or7@news.voicenet.com>
  8. References: <leetn-2602961058380001@192.43.251.144>
  9. Reply-To: kobak@voicenet.com
  10. NNTP-Posting-Host: ivyland335.voicenet.com
  11. X-Newsreader: NeoLogic News for OS/2 [version: 4.5 YK Beta]
  12.  
  13. In message <leetn-2602961058380001@192.43.251.144> -
  14. leetn@ccmail.apldbio.com tlee) writes:
  15.  
  16. :>   I saw this syntax first time in MSVC++, MFC 4.0 source code.   
  17. :>They are all over the code relates to the OLE.
  18. :>
  19. :>Is this C++ standard or just some microsoftism?
  20.  
  21. Defines a function "functionname" taking no arguments and returning
  22. void.
  23. The function was declared a member of class CBClass.
  24. CBClass was declared inside of class CAClass.
  25.  
  26. Plain vanilla C++.
  27.  
  28. ================
  29. Peter Kobak
  30. kobak@voicenet.com
  31.  
  32.  
  33.